Northwoods.GoSilverlight 1.3.5 Assembly
HandleLinkPropertyChanged Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : HandleLinkPropertyChanged Method

sender
e
preferably a ModelChangedEventArgs that describes what changed and how
This is the System.ComponentModel.INotifyPropertyChanged event handler for link data.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub HandleLinkPropertyChanged( _
   ByVal sender As Object, _
   ByVal e As PropertyChangedEventArgs _
) 
C# 
protected virtual void HandleLinkPropertyChanged( 
   object sender,
   PropertyChangedEventArgs e
)

Parameters

sender
e
preferably a ModelChangedEventArgs that describes what changed and how

Remarks

This is used for model update, when the model data has changed and the model itself needs to be updated to reflect those changes.

If the e argument is a ModelChangedEventArgs, this first calls OnChanged in order to raise a Changed event to notify this model's consumers.

If the System.ComponentModel.PropertyChangedEventArgs.PropertyName is the same as the LinkFromPath, LinkToPath, LinkFromParameterPath, LinkToParameterPath, this automatically calls DoLinkPortsChanged. If the property name is LinkLabelNodePath, this automatically calls DoLinkLabelChanged.

Requirements

See Also

© 2012 All Rights Reserved.